Function: cell2hashtable

CALL:

ht = cell2hashtable(c)

DESCRIPTION:

Convert cellarray to a java hashtable

INPUT:

c any
cellarray with two columns: column 1: hashtable keys
                            column 2: hashtable values

OUTPUT:

ht any
java.util.Hashtable